Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 8 Forum

Notes/Domino 8 Forum

Previous Next
Subject: C API (8.5.3) MMCreateConvControls no effect when converting CD to MIME
Feedback Type: Problem
Product Area: Domino Server
Technical Area: Application development
Platform: Windows XP client
Release: All
Reproducible: Always

Setting MMCreateConvControls does not seem to have effect on the MIME message created. For instance, changing value in call to MMSetAttachEncoding from 1 (base64) to 2(quoted printable) does not change the resulting attachment encoding (remains base64)

if( error = MMCreateConvControls( &hCC ) )
{
sprintf(szMessage, "\tConvertNotetoEML: MMCreateConvControls failed-> NOTEID = %d", NoteId);
logMessage(szMessage);
PrintAPIError (error);
return FALSE;
}
MMSetMessageContentEncoding( hCC, 3 ); // multipart/alternative: text/plain & text/html (w/images & attachments)
MMSetAttachEncoding( hCC, 2 ); // Encode attachments - doesn't seem to have any affect on conversion
/* 1 - base64 (default) */
/* 2 - quoted-printable */
/* 3 - uuencode */
/* 4 - binhex 4.0 */


Feedback number WEBB8ZMV4G created by ~Chloe Zennisongon on 11/01/2012

Status: Open
Comments:





Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS